home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 March / CHIP0303.BIN / multimed / vidtool / iuvcr_setup.exe / {app} / iuVCR.exe / 0 / RCDATA / TFSECURITYDLG / TFSECURITYDLG.txt
Text File  |  2002-11-14  |  3KB  |  108 lines

  1. object fSecurityDlg: TfSecurityDlg
  2.   Left = 370
  3.   Top = 274
  4.   ActiveControl = ePassword
  5.   BorderStyle = bsDialog
  6.   Caption = 'Run this task as...'
  7.   ClientHeight = 142
  8.   ClientWidth = 211
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 56
  23.     Height = 13
  24.     Caption = 'User Name:'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 9
  28.     Top = 57
  29.     Width = 49
  30.     Height = 13
  31.     Caption = 'Password:'
  32.   end
  33.   object Panel2: TPanel
  34.     Left = 0
  35.     Top = 110
  36.     Width = 211
  37.     Height = 32
  38.     Align = alBottom
  39.     BevelOuter = bvLowered
  40.     Caption = ' '
  41.     TabOrder = 2
  42.     object BitBtn1: TBitBtn
  43.       Left = 4
  44.       Top = 4
  45.       Width = 100
  46.       Height = 24
  47.       Caption = 'OK'
  48.       Default = True
  49.       Font.Charset = DEFAULT_CHARSET
  50.       Font.Color = clWindowText
  51.       Font.Height = -11
  52.       Font.Name = 'MS Sans Serif'
  53.       Font.Style = [fsBold]
  54.       ModalResult = 1
  55.       ParentFont = False
  56.       TabOrder = 0
  57.       Glyph.Data = {
  58.         DE010000424DDE01000000000000760000002800000024000000120000000100
  59.         0400000000006801000000000000000000001000000000000000000000000000
  60.         80000080000000808000800000008000800080800000C0C0C000808080000000
  61.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  62.         3333333333333333333333330000333333333333333333333333F33333333333
  63.         00003333344333333333333333388F3333333333000033334224333333333333
  64.         338338F3333333330000333422224333333333333833338F3333333300003342
  65.         222224333333333383333338F3333333000034222A22224333333338F338F333
  66.         8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  67.         33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  68.         0000333333333A222433333333333338F338F33300003333333333A222433333
  69.         333333338F338F33000033333333333A222433333333333338F338F300003333
  70.         33333333A222433333333333338F338F00003333333333333A22433333333333
  71.         3338F38F000033333333333333A223333333333333338F830000333333333333
  72.         333A333333333333333338330000333333333333333333333333333333333333
  73.         0000}
  74.       NumGlyphs = 2
  75.     end
  76.     object BitBtn2: TBitBtn
  77.       Left = 108
  78.       Top = 4
  79.       Width = 100
  80.       Height = 24
  81.       Font.Charset = DEFAULT_CHARSET
  82.       Font.Color = clWindowText
  83.       Font.Height = -11
  84.       Font.Name = 'MS Sans Serif'
  85.       Font.Style = [fsBold]
  86.       ParentFont = False
  87.       TabOrder = 1
  88.       Kind = bkCancel
  89.     end
  90.   end
  91.   object ePassword: TMaskEdit
  92.     Left = 8
  93.     Top = 72
  94.     Width = 121
  95.     Height = 21
  96.     PasswordChar = '*'
  97.     TabOrder = 1
  98.   end
  99.   object eUser: TEdit
  100.     Left = 8
  101.     Top = 24
  102.     Width = 193
  103.     Height = 21
  104.     TabOrder = 0
  105.     Text = ' '
  106.   end
  107. end
  108.